-
Notifications
You must be signed in to change notification settings - Fork 110
Replace links with buttons in pagination component #248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Updated pagination component to use buttons for navigation, enhancing user interaction with loading states. - To prevent the loading API spam
|
@offbeatjs is attempting to deploy a commit to the Max Programming's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
I'm adding backend changes to attempt a possible fix on direct API calling by hitting the url without button click |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
💡 Enable Vercel Agent with $100 free credit for automated AI reviews |
|
That's much cleaner |
refactor `pagination.tsx` by: - adding a cleaner delta logic suggested by @max-programming - making sure the state resets after page is loaded
|
@offbeatjs Let me know if anything is left off, or I'll merge this in |
|
Tested, it works fine ! You can merge it |
Updated pagination component to use buttons for navigation, enhancing user interaction with loading states.